Click or drag to resize

ResourceLock Method (String)

Lock a resource based on the given parameters.

Namespace:  Independentsoft.Webdav
Assembly:  Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntax
public ActiveLock Lock(
	string address
)

Parameters

address
Type: SystemString
The URI of the resource to lock.

Return Value

Type: ActiveLock
An ActiveLock as result of lock operation.
See Also